HTML -- copy the following lines into the content column in your Enterprise profile. (Do not copy this line)
TEXTOFBUTTON
CSS -- Either add this to your CSS theme file, or upload and add to the Custom CSS fields in Configure Custom Page Elements in the Enterprise Profile Admin Interface. .srcLink{ /*Style rules used for the button*/ display:block; margin-bottom:10px; padding: 5px 10px; background-color:midnightblue; /*you can add a hex code that matches your theme*/ border-width:1px; border-color:midnightblue; border-style:solid; color:white; font-size:15px; font-weight:600; text-align:center; } .srcLink:hover{/*style rules used when hovering over the button*/ background-color:white; color:midnightblue; }